home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OOCFROOT.PAK / BUILDALL.BAT
DOS Batch File  |  1997-05-06  |  484b  |  25 lines

  1. @echo off
  2. if {%mk%} == {} set mk=make
  3.  
  4. if exist mdiole\NUL   cd mdiole
  5. %mk% %1 %2 %3 %4
  6. if errorlevel 1 set err=1
  7. if exist ..\mdiole\NUL cd ..
  8.  
  9. if exist ocxdlg\NUL   cd ocxdlg
  10. %mk% %1 %2 %3 %4
  11. if errorlevel 1 set err=1
  12. if exist ..\ocxdlg\NUL cd ..
  13.  
  14. if exist sdiole\NUL   cd sdiole
  15. %mk% %1 %2 %3 %4
  16. if errorlevel 1 set err=1
  17. if exist ..\sdiole\NUL cd ..
  18.  
  19. if exist ttt\NUL      cd ttt
  20. %mk% %1 %2 %3 %4
  21. if errorlevel 1 set err=1
  22. if exist ..\ttt\NUL   cd ..
  23.  
  24. :end
  25.